![]() |
Sensor Fusion for Kinetis MCUs (ISSDK/KSDK version)
|
Collaboration diagram for SV_3DOF_G_BASIC:Data Fields | |
| float | fLPPhi |
| float | fLPThe |
| float | fLPPsi |
| float | fLPRho |
| float | fLPChi |
| float | fLPR [3][3] |
| Quaternion | fLPq |
| float | fLPRVec [3] |
| float | fOmega [3] |
| int32_t | systick |
| float | fR [3][3] |
| Quaternion | fq |
| float | fdeltat |
| float | flpf |
| int8_t | resetflag |
Definition at line 284 of file sensor_fusion.h.
| float fdeltat |
fusion time interval (s)
Definition at line 300 of file sensor_fusion.h.
Referenced by fInit_3DOF_G_BASIC(), and fRun_3DOF_G_BASIC().
| float fLPChi |
low pass tilt from vertical (deg)
Definition at line 291 of file sensor_fusion.h.
Referenced by fRun_3DOF_G_BASIC().
| float flpf |
low pass filter coefficient
Definition at line 301 of file sensor_fusion.h.
Referenced by fInit_3DOF_G_BASIC(), and fRun_3DOF_G_BASIC().
| float fLPPhi |
low pass roll (deg)
Definition at line 287 of file sensor_fusion.h.
Referenced by fRun_3DOF_G_BASIC().
| float fLPPsi |
low pass yaw (deg)
Definition at line 289 of file sensor_fusion.h.
Referenced by fRun_3DOF_G_BASIC().
| Quaternion fLPq |
low pass filtered orientation quaternion
Definition at line 293 of file sensor_fusion.h.
Referenced by fInit_3DOF_G_BASIC(), and fRun_3DOF_G_BASIC().
| float fLPR[3][3] |
low pass filtered orientation matrix
Definition at line 292 of file sensor_fusion.h.
Referenced by fInit_3DOF_G_BASIC(), and fRun_3DOF_G_BASIC().
| float fLPRho |
low pass compass (deg)
Definition at line 290 of file sensor_fusion.h.
Referenced by fRun_3DOF_G_BASIC().
| float fLPRVec[3] |
| float fLPThe |
low pass pitch (deg)
Definition at line 288 of file sensor_fusion.h.
Referenced by fRun_3DOF_G_BASIC().
| float fOmega[3] |
angular velocity (deg/s)
Definition at line 295 of file sensor_fusion.h.
Referenced by fRun_3DOF_G_BASIC().
| Quaternion fq |
unfiltered orientation quaternion
Definition at line 299 of file sensor_fusion.h.
Referenced by fRun_3DOF_G_BASIC().
| float fR[3][3] |
unfiltered orientation matrix
Definition at line 298 of file sensor_fusion.h.
Referenced by fRun_3DOF_G_BASIC().
| int8_t resetflag |
flag to request re-initialization on next pass
Definition at line 302 of file sensor_fusion.h.
Referenced by fInit_3DOF_G_BASIC(), and fRun_3DOF_G_BASIC().
| int32_t systick |